
@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@100;400&family=Raleway:wght@300&display=swap');



h3 {
  padding-top: 20px;
  color: #3c4858;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
h5 {
  margin: 5px 0 0;
  text-align: center;
  line-height: 1.4em;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

.row {
  padding-top: 100px;
}

.example-wrapper code {
  background: #f5f5f5;
  padding: 2px 6px;
}

#home {
  overflow: auto;
  max-width: 800px;
  /*background-color: red;*/
  max-height: 810px;
  /*margin: 0px auto;*/
}

.tab-pane label {
  text-align: left;
  width: 420px;
  font-family: 'Palanquin', sans-serif;
  
}

.nav li a {
  transform: translate3d(-8px, 0px, 0px);
  transition: transform 0s ease 0s;
  /*width: 55px;*/
  margin: 0px auto;
 /* box-shadow: 0 16px 26px -10px rgb(244 67 54 / 56%),
    0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(244 67 54 / 20%);*/
  background-color: transparent;
  color: #555555 !important;
  margin-left: -12px;
}


.nav.nav-tabs
{
  width: 790px !important;
}

.tab-content
{
  width: 780px;
}

#Prec
{
  background-color: #2c3232;
    color: white;
    padding: 10px;
    float: left;
    width: 230px;
    border: 1px;
    position: relative;
    left: 6px;
    font-variant-caps: all-small-caps;
    font-size: 25px;
}

#Next
{
  background-color: #2c3232;
    color: white;
    padding: 10px;
    float: right;
    width: 230px;
    border: 1px;
    position: relative;
    left: -294px;
    font-variant-caps: all-small-caps;
    font-size: 25px;
}

.nav-tabs>li>a:visited {     
  background-color:#f44336 !important;   
  color: white  ; 
}
.nav-tabs>li>a:hover {     
  background-color:#f44336 !important;   
  color: white !important ; 
}


.nav-tabs>li>a:active {     
    
  color: white !important  ; 
}

input:valid {     
    
 /* background-color: yellow !important  ; */
}

#choixName
{
  padding: 15px;
  
}
progress {
  text-align: center;
  height: 0.8em;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  
  /* Set the progressbar to relative */
  position:relative;
}
progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  vertical-align: 0;
  
  /*Position text over the progress bar */
  position:absolute;
  left:0;
  right:0;
}
progress::-webkit-progress-bar {
  background-color: #fbfbfb;
}
progress::-webkit-progress-value {
  background-color: #83a59d;
 /*content: attr(class);*/
}
progress::-moz-progress-bar {
  background-color: #83a59d;
  
}
#myBar
{
  position: relative;
    left: 0px;
    width: 480px;
}

ul.nav.nav-tabs
{
  display: none;
}
label.form-check-label {
  font-size: 16px;
 
  font-family: none;
  color: #796666;
  position: relative;
    top: -6px;
    font-family: 'Raleway', sans-serif;
}

#NextS
{
  background-color: #2c3232;
  color: white;
  padding: 10px;
  float: right;
  width: 230px;
  border: 1px;
  position: relative;
  left: -300px;
  font-variant-caps: all-small-caps;
  font-size: 25px;
}


/*progress:after {
  content: attr(value)'%';
}*/


input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 12px;
  /*padding: 6px;*/
  /* background-color only for content */
  background-clip: content-box;
  /*border: 2px solid #bbbbbb;*/
  background-color: #e7e6e7;
  border-radius: 0%;
  border: 2px solid black;
  cursor: pointer;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked{
  background-color: #2c3232;
  
}

input[type="checkbox"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 12px;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  /*padding: 6px;*/
  /* background-color only for content */
  background-clip: content-box;
  /*border: 2px solid #bbbbbb;*/
  background-color: #e7e6e7;
  border-radius: 0%;
  border: 2px solid black;
  cursor: pointer;
}

/* appearance for checked radiobutton */
input[type="checkbox"]:checked{
  background-color: #2c3232;
  
}


a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}







/**********************       POP UP **********************************/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* ---------------Animation---------------- */

.slit-in-vertical {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
	        animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}

/*---------------#region Alert--------------- */

#dialogoverlay{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #707070;
  width: 100%;
  z-index: 10;
}

#dialogbox{
  display: none;
  position: absolute;
  background: rgb(0, 47, 43);
  border-radius:7px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
  transition: 0.3s;
  width: 40%;
  z-index: 10;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}

.container {
  padding: 2px 16px;
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */

.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
}

#dialogbox > div > #dialogboxhead{ 
  background: rgb(0, 77, 70); 
  font-size:19px; 
  padding:10px; 
  color:rgb(255, 255, 255); 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxbody{ 
  background:rgb(0, 47, 43); 
  padding:20px; 
  color:#FFF; 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxfoot{ 
  background: rgb(0, 47, 43); 
  padding:10px; 
  text-align:right; 
}
/*#endregion Alert*/